This command will return an integer value of one if the specified music is looping, otherwise zero is returned.
Return Integer=MUSIC LOOPING(Music Number)
Music Number
Integer The music number
This value is an integer number such as 1.
cls load music "happy.mp3",1 loop music 1 print "is music looping "+str$(music looping(1)) do loop stop music 1 end
MUSIC Commands Menu Index